Package com.cisco.pt.ipc.events
Class OptionsEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.OptionsEventRegistry
An event for the IPC's OptionsEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<OptionsEventListener>protected Map<String,Set<OptionsEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(OptionsEventListener listener) voidaddListener(OptionsEventListener listener, Options objClass) voidaddListenerFiltered(OptionsEventListener listener, List<String> events) voidaddSpecificListenerFiltered(OptionsEventListener listener, Options objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(OptionsEventListener listener) voidremoveListener(OptionsEventListener listener, Options objClass) voidremoveListenerFiltered(OptionsEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(OptionsEventListener listener, Options objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
OptionsEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(OptionsEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(OptionsEventListener listener, Options objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(OptionsEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(OptionsEventListener listener, Options objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-